<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="-1" />
<meta name="description" content="<-BlogTitle->" />
<meta name="keywords" content="" />
<title><-BlogTitle-></title>
<base target="_blank" />
<style type="text/css" media="all">
body { margin: 0px; font-family: tahoma, sans-serif; padding-bottom: 20px; background: #FFFFFF; font-size: 12px; color: #333333;}
#Granny { width: 820px; font-size: 0.88em; }
a { text-decoration: none; color: #60948B;transition:1s;border-radius:30px; }
a:hover {color: #60948B;background:#BED5D1;transition:1s;border-radius:30px;}
a img { border-width: 0px; }
#HeaderCont { clear: both;height:450px; width:710px; margin-top: 30px; background: #CCC;float:center; background-image: url(http://s5.picofile.com/file/8138710768/1343419264169915_orig.jpg); background-repeat: no-repeat; border-radius: 30px; border: 7px solid #A8B9A7;}
#HeaderInn { margin-bottom: 4px; padding: 5px 0px; text-align: right; font-family: Tahoma, sans-serif, sans-serif; }
#blogtitle { font-size: 5em; color: #FFFFFF; padding: 0px 40px; direction: rtl; text-align: left; }
.TitleItemLink { color: #000000; }
#HeaderSubTitle { margin: 12px 0px; font-size: 1.75em; color: #666; direction: rtl; text-align: right; padding: 0px 40px; }
#MainAndSides { clear: both; width: 100%; margin-top: 15px; }
#MainCol { width: 781px; background: white; float: center; box-shadow: 0 0 22px -2px #808080; border-radius: 30px }
#MainColInner { padding: 10px 20px; border: 7px solid #A8B9A7; border-radius: 30px }
.OnePost { margin-top:30px;width:710px;border: 7px solid #A8B9A7; font-family: Tahoma, sans-serif, sans-serif; direction: rtl; background: white; border-radius: 30px }
.OnePost .TopPost { border-bottom: 1px solid none; padding: 0px 20px 3px 20px; background:none; }
.OnePost .MidPost { padding: 15px 25px; }
.OnePost .BotPost { border-top: 1px solid none; padding: 3px 20px; background: none; }
.OnePost .FullWidth { width: 100%; }
.DateHeaderPost { font-size: 1em; color: #000000; padding-top: 3px; text-align: right; width: 48%; float: left; }
.TitleHeaderPost { font-size: 1em; font-weight: bold; color: #000000; padding-top: 3px; text-align: right; direction: rtl; width: 48%; float: right; }
.TitleHeaderPost a { color: #000000; }
.PostTextBody { font-size: 1em; color: #000000; text-align: justify; line-height: 150%; }
.CmntFooterPost { visibility: visible; font-size: 1em; color: #333; width: 48%; float: left; text-align: left; }
.CmntFooterPost a { color: #333; }
.PermFooterPost { font-size: 1em; font-style: italic; color: #333; width: 48%; float: right; text-align: right; }
.PermFooterPost a { color: #333; }
.Clearer { clear: both; width: 100%; font-size: 0px; height: 0px; }
.PostSep { height: 20px; font-size: 1px }
.PostSepS { height: 10px; margin-bottom: 10px; border-bottom: 1px solid none ; font-size: 1px }
.SideBar { background: #999; }
.SideBarInner { padding: 20px 20px; border: 1px solid #000000; }
.SideBarInner img { margin-top: 2px; }
#SideRCol { width: 27.3%; float: right; margin-left: 1.5%; }
#SideRCol .Box { background: #CCC; border: 1px solid #666; font-family: Tahoma, sans-serif, sans-serif; }
#SideRCol .Sep { height: 30px; }
#SideRCol .SepS { height: 14.5px; margin-bottom: 14.5px; border-bottom: 1px solid #000000; font-size: 1px }
#SideRCol .Title { font-size: 1em; color: #000000; font-weight: bold; border-bottom: 1px solid #333; margin-bottom: 3px; }
#SideRCol .Inner { text-align: center; font-size: 1em; color: #333; padding: 5px 20px 8px 20px; line-height: 150%; }
#ColClose { clear: both; width: 100%; font-size: 1px; height: 1px; margin-bottom: 20px; }
#rana {font-family:Short Stack,tahoma;;height:40px;width:690px;border: 7px solid #A8B9A7;background:white;margin-top:20px;border-radius:30px;text-align:left;padding-left:20px;}
#binbin {float:left;padding-left:34px;}
@font-face { font-family: 'Sacramento';font-style: normal; font-weight: 400;src: local('Sacramento'), local('Sacramento-Regular'), url(http://themes.googleusercontent.com/static/fonts/sacramento/v1/WFDkXpubrEwopJnSlHV6CBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}
@font-face {
font-family: 'Short Stack';
font-style: normal;
font-weight: 400;
src: local('Short Stack'), local('ShortStack'), url(http://themes.googleusercontent.com/static/fonts/shortstack/v4/6Lbgh4PDdLpSiP41rQoGa4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
::-webkit-scrollbar {width:5px;}
::-webkit-scrollbar-track {background:#EEEEEE;}
::-webkit-scrollbar-thumb {background:#60948B;}
::-moz-scrollbar {width:5px;}
::-moz-scrollbar-track {background:#eee;}
::-moz-scrollbar-thumb {background:#60948B;}
</style>
<script type="text/javascript" langauge="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"> </script>
<script type="text/javascript" language="javascript">
<!--
function GetBC(lngPostid) {
var intTimeZone="<-BlogTimeZone->", strBlogId="<-BlogId->", intCount=-1, strResult="";
try {
for (i=0;i<BlogComments.length;i+=2) {
if (BlogComments[i]==lngPostid)
intCount=BlogComments[i+1] ;
}
} catch(e) {}
if (intCount == -1) strResult="CMs";
if (intCount == 0) strResult="0 CM";
if (intCount == 1) strResult="1 CM";
if (intCount > 1) strResult=intCount + "CM";
var strUrl = "http://commenting.blogfa.com/?blogid=" + strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone;
var strResult = "<a href=\"javascript:void(0)\" target=\"_self\" onclick=\"javascript:window.open('"+strUrl+"','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,width=500px,height=500px')\" >"+strResult+"</a>" ;
document.write(strResult);
}
function OpenLD() {
window.open('LinkDump.aspx','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
return true; }
// -->
</script>
</head>
<body><center>
<div id="Granny">
<div id="MainAndSides">
<!-- ==================== Main Column ==================== -->
<div id="MainCol">
<div id="MainColInner">
<div id="rana">
<br> <div id="binbin">
<font color="#008894" size="3px"> <a href="<-BlogUrl->">✿Home</a> </div>
<div id="binbin">
<a href="http://cafe-ghaleb.blogfa.com/Archive"> Archive</a></div>
<div id="binbin">
<a href="<-BlogUrl->/links">Daily</a>
</div>
<div id="binbin"> <a href="mailto:<-BlogEmail->">Email</a> </div>
<div id="binbin">
<a href="<-BlogUrl->/posts">Posts</a></div>
<div id="binbin">
<a href="<-BlogUrl->/profile">Profile</a></div>
<div id="binbin">
<a href="http://cafe-ghaleb.blogfa.com">Design✿</a></div>
</font>
</div>
<div id="HeaderCont"><div id="HeaderInn">
<div class="Clearer"></div>
<div id="BlogTitle"><-BlogTitle-></div>
<div id="HeaderSubTitle">
</div>
</div></div>
<BLOGFA>
<div class="OnePost">
<a name="<-PostId->"></a>
<div class="TopPost"><div class="FullWidth">
<div class="DateHeaderPost">
<-PostDate->•<-PostTitle->
</div>
<div class="TitleHeaderPost">
</div>
<div class="Clearer"></div>
</div></div>
<div class="MidPost"><div class="FullWidth">
<div class="PostTextBody">
<-PostContent-><BlogExtendedPost><br /><a href="<-PostLink->">continue</a></BlogExtendedPost>
</div>
</div></div>
<div class="BotPost"><div class="FullWidth">
<div class="PermFooterPost">
<a href="<-PostLink->" title="permanent link"><span style="font-style: normal;"></span></a>•<-PostTime->•<a href="<-PostAuthorLink->"><-BlogAuthor-></a>•
</div>
<div class="CmntFooterPost">
<BlogComment>
<script language="javascript" type="text/javascript">GetBC("<-PostId->"); </script>
</BlogComment>
</div>
<div class="Clearer"></div>
</div></div>
</div>
<div class="PostSep"><div class="PostSepS"></div></div>
</BLOGFA>
</div>
</div>
<!-- =================== Side R Column =================== -->
</div>
</center></body>
</html>
نظرات شما عزیزان:
تبادل لینک هوشمند
برای تبادل لینک ابتدا ما را با عنوان دنیای دخترونه و آدرس ran1391.LXB.ir لینک نمایید سپس مشخصات لینک خود را در زیر نوشته . در صورت وجود لینک ما در سایت شما لینکتان به طور خودکار در سایت ما قرار میگیرد.
| |
وب : | |
پیام : | |
2+2=: | |
(Refresh) |
<-PollItems->
خبرنامه وب سایت:
آمار وب سایت:
بازدید دیروز : 7
بازدید هفته : 66
بازدید ماه : 280
بازدید کل : 168604
تعداد مطالب : 526
تعداد نظرات : 167
تعداد آنلاین : 1